home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFBRIGHTNESS / TFBRIGHTNESS.txt
Encoding:
Text File  |  2005-11-17  |  6.8 KB  |  285 lines

  1. object fBrightness: TfBrightness
  2.   Left = 330
  3.   Top = 348
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Brightness / Fluorescence'
  7.   ClientHeight = 115
  8.   ClientWidth = 318
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 170
  11.   Constraints.MaxWidth = 326
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poDefault
  20.   Scaled = False
  21.   OnActivate = FormActivate
  22.   OnCreate = FormCreate
  23.   OnKeyDown = FormKeyDown
  24.   OnKeyUp = FormKeyUp
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object LBrightness: TLabel
  28.     Left = 17
  29.     Top = 12
  30.     Width = 54
  31.     Height = 13
  32.     Caption = 'Brightness:'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = 3881787
  35.     Font.Height = 13
  36.     Font.Name = 'Tahoma'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object LFluorescence: TLabel
  42.     Left = 17
  43.     Top = 63
  44.     Width = 67
  45.     Height = 13
  46.     Caption = 'Fluorescence:'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = 3881787
  49.     Font.Height = 13
  50.     Font.Name = 'Tahoma'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     Transparent = True
  54.   end
  55.   object igFluorescence: TAMInputGauge
  56.     Left = 9
  57.     Top = 80
  58.     Width = 199
  59.     Height = 11
  60.     TabOrder = 5
  61.     Visible = False
  62.     SkinData = SkinDataModule.SkinData
  63.     SkinDataName = 'editgauge'
  64.     DefaultFont.Charset = DEFAULT_CHARSET
  65.     DefaultFont.Color = clWindowText
  66.     DefaultFont.Height = 13
  67.     DefaultFont.Name = 'Tahoma'
  68.     DefaultFont.Style = []
  69.     DefaultWidth = 0
  70.     DefaultHeight = 0
  71.     UseSkinFont = True
  72.     VisibleOnlyIfWork = False
  73.     ShowProgressText = False
  74.     ShowPercent = False
  75.     MinValue = 0
  76.     MaxValue = 100
  77.     Value = 50
  78.     Vertical = False
  79.     EditControl = eFluorescence
  80.   end
  81.   object igBrightness: TAMInputGauge
  82.     Left = 9
  83.     Top = 29
  84.     Width = 199
  85.     Height = 11
  86.     TabOrder = 4
  87.     Visible = False
  88.     SkinData = SkinDataModule.SkinData
  89.     SkinDataName = 'editgauge'
  90.     DefaultFont.Charset = DEFAULT_CHARSET
  91.     DefaultFont.Color = clWindowText
  92.     DefaultFont.Height = 13
  93.     DefaultFont.Name = 'Tahoma'
  94.     DefaultFont.Style = []
  95.     DefaultWidth = 0
  96.     DefaultHeight = 0
  97.     UseSkinFont = True
  98.     VisibleOnlyIfWork = False
  99.     ShowProgressText = False
  100.     ShowPercent = False
  101.     MinValue = 0
  102.     MaxValue = 100
  103.     Value = 50
  104.     Vertical = False
  105.     EditControl = eBrightness
  106.   end
  107.   object gFluorescence: TbsSkinSlider
  108.     Left = 7
  109.     Top = 75
  110.     Width = 217
  111.     Height = 33
  112.     TabOrder = 7
  113.     SkinData = SkinDataModule.SkinData
  114.     SkinDataName = 'slider'
  115.     Options = [soSmooth]
  116.     TabStop = False
  117.     Transparent = True
  118.     UseSkinThumb = True
  119.     OnChange = gFluorescenceChange
  120.   end
  121.   object gBrightness: TbsSkinSlider
  122.     Left = 7
  123.     Top = 25
  124.     Width = 217
  125.     Height = 33
  126.     TabOrder = 6
  127.     SkinData = SkinDataModule.SkinData
  128.     SkinDataName = 'slider'
  129.     Options = [soSmooth]
  130.     TabStop = False
  131.     Transparent = True
  132.     UseSkinThumb = True
  133.     OnChange = gBrightnessChange
  134.   end
  135.   object eBrightness: TAMEditGauge
  136.     Left = 180
  137.     Top = 10
  138.     Width = 40
  139.     Height = 20
  140.     Text = '0'
  141.     ValueChange = eBrightnessValueChange
  142.     Precision = 0
  143.     MaxValue = 5000
  144.     DefaultFont.Charset = DEFAULT_CHARSET
  145.     DefaultFont.Color = clWindowText
  146.     DefaultFont.Height = 13
  147.     DefaultFont.Name = 'Tahoma'
  148.     DefaultFont.Style = []
  149.     UseSkinFont = True
  150.     DefaultWidth = 0
  151.     DefaultHeight = 20
  152.     ButtonMode = False
  153.     SkinData = SkinDataModule.SkinData
  154.     SkinDataName = 'editlight'
  155.     Font.Charset = DEFAULT_CHARSET
  156.     Font.Color = clWindowText
  157.     Font.Height = 13
  158.     Font.Name = 'Tahoma'
  159.     Font.Style = []
  160.     ParentFont = False
  161.     TabOrder = 0
  162.   end
  163.   object bOk: TbsSkinButton
  164.     Left = 233
  165.     Top = 10
  166.     Width = 75
  167.     Height = 24
  168.     TabOrder = 2
  169.     SkinData = SkinDataModule.SkinData
  170.     SkinDataName = 'buttonlight'
  171.     DefaultFont.Charset = DEFAULT_CHARSET
  172.     DefaultFont.Color = clWindowText
  173.     DefaultFont.Height = 13
  174.     DefaultFont.Name = 'Tahoma'
  175.     DefaultFont.Style = []
  176.     DefaultWidth = 0
  177.     DefaultHeight = 0
  178.     UseSkinFont = True
  179.     AllowAllUp = False
  180.     TabStop = True
  181.     CanFocused = True
  182.     Down = False
  183.     GroupIndex = 0
  184.     Caption = 'Ok'
  185.     NumGlyphs = 2
  186.     Spacing = 1
  187.     Default = True
  188.     OnClick = bOkClick
  189.   end
  190.   object bCancel: TbsSkinButton
  191.     Left = 233
  192.     Top = 42
  193.     Width = 75
  194.     Height = 24
  195.     TabOrder = 3
  196.     SkinData = SkinDataModule.SkinData
  197.     SkinDataName = 'buttonlight'
  198.     DefaultFont.Charset = DEFAULT_CHARSET
  199.     DefaultFont.Color = clWindowText
  200.     DefaultFont.Height = 13
  201.     DefaultFont.Name = 'Tahoma'
  202.     DefaultFont.Style = []
  203.     DefaultWidth = 0
  204.     DefaultHeight = 0
  205.     UseSkinFont = True
  206.     AllowAllUp = False
  207.     TabStop = True
  208.     CanFocused = True
  209.     Down = False
  210.     GroupIndex = 0
  211.     Caption = 'Cancel'
  212.     NumGlyphs = 2
  213.     Spacing = 1
  214.     Cancel = True
  215.     OnClick = bCancelClick
  216.   end
  217.   object eFluorescence: TAMEditGauge
  218.     Left = 180
  219.     Top = 60
  220.     Width = 40
  221.     Height = 20
  222.     Text = '0'
  223.     ValueChange = eFluorescenceValueChange
  224.     Precision = 0
  225.     MaxValue = 5000
  226.     DefaultFont.Charset = DEFAULT_CHARSET
  227.     DefaultFont.Color = clWindowText
  228.     DefaultFont.Height = 13
  229.     DefaultFont.Name = 'Tahoma'
  230.     DefaultFont.Style = []
  231.     UseSkinFont = True
  232.     DefaultWidth = 0
  233.     DefaultHeight = 20
  234.     ButtonMode = False
  235.     SkinData = SkinDataModule.SkinData
  236.     SkinDataName = 'editlight'
  237.     Font.Charset = DEFAULT_CHARSET
  238.     Font.Color = clWindowText
  239.     Font.Height = 13
  240.     Font.Name = 'Tahoma'
  241.     Font.Style = []
  242.     ParentFont = False
  243.     TabOrder = 1
  244.   end
  245.   object SkinForm: TbsBusinessSkinForm
  246.     GradientStartColor = clBlack
  247.     GradientEndColor = clBlack
  248.     DrawBackground = True
  249.     ShowIcon = False
  250.     MaximizeOnFullScreen = False
  251.     AlphaBlend = False
  252.     AlphaBlendAnimation = False
  253.     AlphaBlendValue = 200
  254.     ShowObjectHint = False
  255.     MenusAlphaBlend = False
  256.     MenusAlphaBlendAnimation = False
  257.     MenusAlphaBlendValue = 200
  258.     DefCaptionFont.Charset = DEFAULT_CHARSET
  259.     DefCaptionFont.Color = clBtnText
  260.     DefCaptionFont.Height = 13
  261.     DefCaptionFont.Name = 'Tahoma'
  262.     DefCaptionFont.Style = [fsBold]
  263.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  264.     DefInActiveCaptionFont.Color = clBtnShadow
  265.     DefInActiveCaptionFont.Height = 13
  266.     DefInActiveCaptionFont.Name = 'Tahoma'
  267.     DefInActiveCaptionFont.Style = [fsBold]
  268.     DefMenuItemHeight = 20
  269.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  270.     DefMenuItemFont.Color = clWindowText
  271.     DefMenuItemFont.Height = 13
  272.     DefMenuItemFont.Name = 'Tahoma'
  273.     DefMenuItemFont.Style = []
  274.     UseDefaultSysMenu = True
  275.     SkinData = SkinDataModule.SkinDataDlg
  276.     MinHeight = 0
  277.     MinWidth = 0
  278.     Magnetic = False
  279.     MagneticSize = 5
  280.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  281.     Left = 264
  282.     Top = 80
  283.   end
  284. end
  285.